cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/155 - Space Game/
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Space Game</title>
<link rel="stylesheet" href="./s
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Space Game</title>
<link rel="stylesheet" href="./s
## Space Game
- Use Arrow Key To Move.
- Catch the Octopus
- Use Arrow Key To Move.
- Catch the Octopus
const canvas = document.getElementById("canvas")
const ctx = canvas.getContext("2d");
// Background of Space
const space = {
const ctx = canvas.getContext("2d");
// Background of Space
const space = {